home *** CD-ROM | disk | FTP | other *** search
/ Designer's Club 1997 September / Designer's Club 1997 September.iso / pc / IDEASRC / Bugs.DIR / 00102_Script_102 < prev    next >
Text File  |  1997-08-06  |  319b  |  15 lines

  1. on exitFrame
  2.   blorb
  3.   set the locH of sprite 16 to the locH of sprite 17 +20
  4.   set the locV of sprite 16 to the locV of sprite 17 -20
  5.   updatestage
  6.   go the frame
  7. end
  8.  
  9. on mouseup
  10.   if sprite 16 intersects 2 then 
  11.     go frame "roachjar"
  12.   end if
  13.   
  14.   if sprite 16 intersects 18 then go frame "munch"
  15. end